type runtime.stwReason
9 uses
runtime (current package)
proc.go#L1340: type stwReason uint8
proc.go#L1346: stwUnknown stwReason = iota // "unknown"
proc.go#L1365: func (r stwReason) String() string {
proc.go#L1369: func (r stwReason) isGC() bool {
proc.go#L1399: reason stwReason
proc.go#L1427: func stopTheWorld(reason stwReason) worldStop {
proc.go#L1483: func stopTheWorldGC(reason stwReason) worldStop {
proc.go#L1537: func stopTheWorldWithSema(reason stwReason) worldStop {
traceruntime.go#L361: func (tl traceLocker) STWStart(reason stwReason) {
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |